object SetupCaptureDlg: TSetupCaptureDlg Left = 261 Top = 79 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Capture settings:' ClientHeight = 387 ClientWidth = 515 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 79 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 0 Width = 515 Height = 347 Align = alClient BevelOuter = bvNone BorderWidth = 5 Caption = 'Panel1' ParentColor = True TabOrder = 2 object Setup: TPageControl Left = 5 Top = 5 Width = 505 Height = 337 ActivePage = Misc Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object General: TTabSheet Caption = 'General' object AnyName: TGroupBox Left = 24 Top = 24 Width = 209 Height = 107 HelpContext = 4001 Caption = ' Trigger capture by: ' TabOrder = 0 object UseHotKeyMode: TRadioButton Left = 26 Top = 30 Width = 79 Height = 17 HelpContext = 4000 Caption = 'Hot keys' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 TabStop = True end object UseTimerMode: TRadioButton Left = 26 Top = 60 Width = 57 Height = 17 HelpContext = 4001 Caption = 'Timer' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end object GeneralButton: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 1 OnClick = GeneralClick end object GroupBox1: TGroupBox Left = 264 Top = 24 Width = 209 Height = 107 Caption = ' Capture mode: ' Color = clBtnFace ParentColor = False TabOrder = 2 object ShowCaptureOnScreen: TRadioButton Left = 26 Top = 30 Width = 175 Height = 17 HelpContext = 642 Caption = ' Single capture (no auto-save)' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 TabStop = True end object AutoSaveCapture: TRadioButton Left = 26 Top = 60 Width = 81 Height = 17 HelpContext = 640 Caption = ' Auto-save' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 1 end end end object HotKeys: TTabSheet Caption = 'Hot keys' object GroupBox5: TGroupBox Left = 24 Top = 24 Width = 449 Height = 128 HelpContext = 400 Caption = ' Definitions of hot keys: ' TabOrder = 0 object HotKeyForScreen: TLabel Left = 168 Top = 88 Width = 145 Height = 16 AutoSize = False Caption = ' Shift + Alt + Ctrl + F12' Color = clWhite ParentColor = False OnClick = EditScreenHotKeyClick end object HotKeyForWindow: TLabel Left = 168 Top = 60 Width = 145 Height = 16 AutoSize = False Caption = ' Shift + Alt + Ctrl + F12' Color = clWhite ParentColor = False OnClick = EditWindowHotKeyClick end object Label43: TLabel Left = 22 Top = 60 Width = 114 Height = 13 Caption = 'Capture active window: ' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label44: TLabel Left = 22 Top = 88 Width = 75 Height = 13 Caption = 'Capture screen:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object HotKeyForProgram: TLabel Left = 168 Top = 32 Width = 145 Height = 16 AutoSize = False Caption = ' Shift + Alt + Ctrl + F12' Color = clWhite ParentColor = False OnClick = EditProgramHotKeyClick end object Label45: TLabel Left = 22 Top = 32 Width = 107 Height = 13 Caption = 'Hide / Show program: ' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object EditScreenHotKey: TButton Left = 336 Top = 86 Width = 73 Height = 22 Caption = 'Edit key...' TabOrder = 2 OnClick = EditScreenHotKeyClick end object EditWindowHotKey: TButton Left = 336 Top = 58 Width = 73 Height = 22 Caption = 'Edit key...' TabOrder = 1 OnClick = EditWindowHotKeyClick end object EditProgramHotKey: TButton Left = 336 Top = 30 Width = 73 Height = 22 Caption = 'Edit key...' TabOrder = 0 OnClick = EditProgramHotKeyClick end end object HotKeyButton: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 1 OnClick = HotKeysClick end end object Timer: TTabSheet Caption = 'Timer' object TimerButton: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 0 OnClick = TimerClick end object GroupBox16: TGroupBox Left = 264 Top = 24 Width = 209 Height = 75 HelpContext = 601 Caption = ' Delay for single capture (no auto-save): ' TabOrder = 1 object Label18: TLabel Left = 138 Top = 33 Width = 46 Height = 13 Caption = 'second(s)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label17: TLabel Left = 24 Top = 33 Width = 33 Height = 13 Caption = 'Delay=' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object TimeEdit: TEdit Left = 74 Top = 30 Width = 41 Height = 21 HelpContext = 601 MaxLength = 6 TabOrder = 0 Text = '32767' OnExit = TimeEditExit OnKeyPress = TimeEditKeyPress end object WaitUpDown: TUpDown Left = 115 Top = 30 Width = 15 Height = 21 Associate = TimeEdit Min = 0 Max = 32767 Position = 32767 TabOrder = 1 Thousands = False Wrap = False end end object GroupBox21: TGroupBox Left = 264 Top = 134 Width = 209 Height = 83 HelpContext = 470 Caption = ' What to capture: ' TabOrder = 2 object CaptScreen: TRadioButton Left = 40 Top = 24 Width = 63 Height = 17 Caption = 'Screen' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 TabStop = True end object CaptWindow: TRadioButton Left = 40 Top = 48 Width = 65 Height = 17 Caption = 'Window' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end object GroupBox15: TGroupBox Left = 24 Top = 24 Width = 209 Height = 75 HelpContext = 471 Caption = ' Interval for auto-save: ' TabOrder = 3 object Label8: TLabel Left = 138 Top = 33 Width = 46 Height = 13 Caption = 'second(s)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 24 Top = 33 Width = 41 Height = 13 Caption = 'Interval=' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object StepEdit: TEdit Left = 74 Top = 30 Width = 41 Height = 21 HelpContext = 471 TabOrder = 0 Text = '32767' OnExit = StepEditExit OnKeyPress = StepEditKeyPress end object StepUpDown: TUpDown Left = 115 Top = 30 Width = 15 Height = 21 Associate = StepEdit Min = 1 Max = 32767 Position = 32767 TabOrder = 1 Thousands = False Wrap = False end end object GroupBox13: TGroupBox Left = 24 Top = 134 Width = 209 Height = 83 HelpContext = 494 Caption = ' Abort timer on this key: ' TabOrder = 4 object Label4: TLabel Left = 48 Top = 36 Width = 39 Height = 13 Caption = 'Esc +' end object ShiftBox: TCheckBox Left = 112 Top = 17 Width = 49 Height = 17 HelpContext = 494 Caption = 'Shift' TabOrder = 0 OnClick = AnyBoxClick end object AltBox: TCheckBox Left = 112 Top = 36 Width = 41 Height = 17 HelpContext = 494 Caption = 'Alt' TabOrder = 1 OnClick = AnyBoxClick end object CtrlBox: TCheckBox Left = 112 Top = 55 Width = 41 Height = 17 HelpContext = 494 Caption = 'Ctrl' TabOrder = 2 OnClick = AnyBoxClick end end end object Filenaming: TTabSheet Caption = 'Filenaming' object Button1: TButton Left = 200 Top = 272 Width = 75 Height = 25 Caption = 'Defaults' TabOrder = 0 OnClick = FilenamingClick end object GroupBox4: TGroupBox Left = 24 Top = 24 Width = 209 Height = 195 Caption = ' Include these items in filename: ' TabOrder = 1 object IncludePrefix: TCheckBox Left = 24 Top = 72 Width = 17 Height = 17 HelpContext = 472 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 0 OnClick = UpdateExample end object CapturePrefix: TEdit Left = 47 Top = 70 Width = 131 Height = 21 HelpContext = 605 TabStop = False TabOrder = 1 Text = 'Capture' OnChange = UpdateExample OnKeyPress = CapturePrefixKeyPress end object IncludeDate: TCheckBox Left = 24 Top = 110 Width = 97 Height = 17 HelpContext = 102 Caption = ' month + day' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 2 OnClick = UpdateExample end object IncludeFileNumber: TCheckBox Left = 24 Top = 148 Width = 84 Height = 17 HelpContext = 473 Caption = ' Filenumber' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 3 OnClick = UpdateExample end object IncludeUser: TCheckBox Left = 24 Top = 34 Width = 97 Height = 17 HelpContext = 290 Caption = ' Username' State = cbChecked TabOrder = 4 OnClick = UpdateExample end end object GroupBox8: TGroupBox Left = 264 Top = 24 Width = 209 Height = 109 Caption = ' Next filename(s) will be: ' TabOrder = 2 object FilenameExample: TLabel Left = 19 Top = 30 Width = 182 Height = 52 AutoSize = False Caption = 'Administrator-Capture-02-20-00001' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end end end object Filenumbering: TTabSheet Caption = 'Filenumbering' object GroupBox6: TGroupBox Left = 264 Top = 24 Width = 209 Height = 56 Caption = ' Wrap around filenumber: ' TabOrder = 0 object Label2: TLabel Left = 16 Top = 23 Width = 97 Height = 13 Caption = 'Restart on 1 after:' end object WrapEdit: TEdit Left = 122 Top = 20 Width = 41 Height = 21 HelpContext = 474 TabOrder = 0 Text = '100' OnExit = WrapEditExit OnKeyPress = WrapEditKeyPress end object WrapUpDown: TUpDown Left = 163 Top = 20 Width = 15 Height = 21 HelpContext = 474 Associate = WrapEdit Min = 1 Max = 32767 Increment = 10 Position = 100 TabOrder = 1 Thousands = False Wrap = False OnClick = WrapUpDownClick end end object GroupBox17: TGroupBox Left = 24 Top = 112 Width = 209 Height = 105 Caption = ' Action when filenumber wraps around: ' TabOrder = 1 object ContinueCapture: TRadioButton Left = 16 Top = 24 Width = 177 Height = 17 HelpContext = 682 Caption = 'None (overwrite previous files)' Checked = True TabOrder = 0 TabStop = True end object StopPlusVisible: TRadioButton Left = 16 Top = 48 Width = 169 Height = 17 HelpContext = 683 Caption = 'Stop capture (become visible)' TabOrder = 1 end object StopPlusTerminate: TRadioButton Left = 16 Top = 74 Width = 121 Height = 17 HelpContext = 684 Caption = 'Terminate program' TabOrder = 2 end end object Button2: TButton Left = 200 Top = 272 Width = 75 Height = 25 Caption = 'Defaults' TabOrder = 2 OnClick = FilenumberingClick end object GroupBox18: TGroupBox Left = 24 Top = 24 Width = 209 Height = 56 Caption = ' Filenumber: ' TabOrder = 3 object Label6: TLabel Left = 16 Top = 23 Width = 86 Height = 13 Caption = 'Next filenumber is:' end object FileNumber: TEdit Left = 122 Top = 20 Width = 41 Height = 21 HelpContext = 650 MaxLength = 6 TabOrder = 0 Text = '1' OnChange = UpdateExample OnExit = FileNumberExit OnKeyPress = FileNumberKeyPress end object FileNumberUpDown: TUpDown Left = 163 Top = 20 Width = 15 Height = 21 HelpContext = 650 Associate = FileNumber Min = 1 Max = 32767 Position = 1 TabOrder = 1 Thousands = False Wrap = True end end end object Folder: TTabSheet Caption = 'Folder' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False object GroupBox3: TGroupBox Left = 24 Top = 24 Width = 353 Height = 230 HelpContext = 630 Caption = ' Auto-save in this folder: ' TabOrder = 0 object Label3: TLabel Left = 16 Top = 24 Width = 321 Height = 26 AutoSize = False Caption = 'C:\Documents and Settings\Administrator\My Documents\My Pictures' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object DriveComboBox1: TDriveComboBox Left = 16 Top = 194 Width = 321 Height = 19 HelpContext = 631 DirList = DirectoryListBox1 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 TextCase = tcUpperCase end object DirectoryListBox1: TDirectoryListBox Left = 16 Top = 64 Width = 321 Height = 121 HelpContext = 630 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 1 OnChange = DirectoryListBox1Change OnEnter = DirectoryListBox1Enter end end object SaveButton: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 1 OnClick = FolderClick end end object Formats: TTabSheet Caption = 'Formats' object GroupBox2: TGroupBox Left = 24 Top = 24 Width = 321 Height = 57 Caption = ' Auto-save as: ' TabOrder = 0 object BMPCheckBox: TCheckBox Left = 240 Top = 24 Width = 55 Height = 17 HelpContext = 635 Caption = 'BMP' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = UpdateExample end object TIFCheckBox: TCheckBox Left = 170 Top = 24 Width = 43 Height = 17 HelpContext = 634 Caption = 'TIF' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = UpdateExample end object PNGCheckBox: TCheckBox Left = 30 Top = 24 Width = 51 Height = 17 HelpContext = 632 Caption = 'PNG' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 2 OnClick = UpdateExample end object JPGCheckBox: TCheckBox Left = 100 Top = 24 Width = 51 Height = 17 HelpContext = 633 Caption = 'JPG' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 3 OnClick = UpdateExample end end object GroupBox12: TGroupBox Left = 196 Top = 100 Width = 117 Height = 109 Caption = ' JPG format: ' TabOrder = 1 object Label1: TLabel Left = 10 Top = 78 Width = 38 Height = 13 Caption = 'Quality=' end object CaptureJPGEdit: TEdit Left = 56 Top = 76 Width = 25 Height = 21 HelpContext = 200 MaxLength = 3 TabOrder = 0 Text = '85' OnExit = CaptureJPGEditExit OnKeyPress = CaptureJPGEditKeyPress end object UpDown3: TUpDown Left = 81 Top = 76 Width = 15 Height = 21 Associate = CaptureJPGEdit Min = 0 Increment = 5 Position = 85 TabOrder = 1 Thousands = False Wrap = False end object CaptureProgressiveJPG: TRadioButton Left = 24 Top = 44 Width = 81 Height = 17 HelpContext = 203 Caption = 'Progressive' TabOrder = 2 end object CaptureBaselineJPG: TRadioButton Left = 24 Top = 24 Width = 65 Height = 17 HelpContext = 202 Caption = 'Baseline' Checked = True TabOrder = 3 TabStop = True end end object GroupBox10: TGroupBox Left = 24 Top = 100 Width = 145 Height = 109 Caption = ' PNG format: ' TabOrder = 2 object CaptureWriteGamma: TCheckBox Left = 18 Top = 74 Width = 111 Height = 17 HelpContext = 466 Caption = 'Write gamma value' State = cbChecked TabOrder = 0 end object CaptureStandardPNG: TRadioButton Left = 16 Top = 24 Width = 65 Height = 17 HelpContext = 161 Caption = 'Standard' Checked = True TabOrder = 1 TabStop = True end object CaptureInterlacedPNG: TRadioButton Left = 16 Top = 44 Width = 113 Height = 17 HelpContext = 161 Caption = 'Interlaced (Adam 7)' TabOrder = 2 end end object GroupBox11: TGroupBox Left = 340 Top = 100 Width = 117 Height = 109 Caption = ' TIF format: ' TabOrder = 3 object CaptureCompressedTIF: TRadioButton Left = 16 Top = 32 Width = 73 Height = 17 HelpContext = 110 Caption = 'Packbits' Checked = True TabOrder = 0 TabStop = True end object CaptureUncompressedTIF: TRadioButton Left = 16 Top = 56 Width = 97 Height = 17 HelpContext = 111 Caption = 'Uncompressed' TabOrder = 1 end end object FormatButton: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 4 OnClick = FormatsClick end end object Notify: TTabSheet Caption = 'Notify' object GroupBox7: TGroupBox Left = 24 Top = 24 Width = 449 Height = 137 Caption = ' How to notify the user that an auto-save is taking place: ' TabOrder = 0 object SoundLabel: TLabel Left = 280 Top = 32 Width = 128 Height = 15 Caption = ' (no wave file selected) ' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False OnClick = Button3Click end object Button3: TButton Left = 206 Top = 28 Width = 67 Height = 24 Caption = 'Browse...' TabOrder = 0 OnClick = Button3Click end object SoundButton: TRadioButton Left = 24 Top = 32 Width = 105 Height = 17 HelpContext = 149 Caption = 'Play a sound' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 TabStop = True OnEnter = SoundButtonEnter end object ShowInfoWindow: TRadioButton Left = 24 Top = 64 Width = 137 Height = 17 HelpContext = 641 Caption = 'Show a message box' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object NoNotifyButton: TRadioButton Left = 24 Top = 96 Width = 153 Height = 17 HelpContext = 2300 Caption = 'No notification whatsoever' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end object xxxNotifyButton: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 1 OnClick = NotifyClick end end object Misc: TTabSheet Caption = 'Misc' object Button4: TButton Left = 200 Top = 272 Width = 75 Height = 25 HelpContext = 121 Caption = 'Defaults' TabOrder = 0 TabStop = False OnClick = MiscClick end object GroupBox14: TGroupBox Left = 24 Top = 24 Width = 449 Height = 232 Caption = ' Misc: ' TabOrder = 1 object InvisibleOnClose: TCheckBox Left = 24 Top = 20 Width = 385 Height = 17 HelpContext = 4002 Caption = 'Clicking the '#39'X'#39' button of the main window means '#39'Capture->Start' + #39' (on menu)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 0 end object IncludeMouseCursor: TCheckBox Left = 24 Top = 40 Width = 249 Height = 17 HelpContext = 475 Caption = 'Include mouse cursor in the captured images' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 1 end object StartInvisible: TCheckBox Left = 24 Top = 60 Width = 329 Height = 17 HelpContext = 4003 Caption = 'Start program invisible (and begin to capture when I use timer)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object PlayStartSound: TCheckBox Left = 24 Top = 80 Width = 377 Height = 17 HelpContext = 476 Caption = 'Play a sound when program starts invisible (notify user that pro' + 'gram starts)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object AbortOnTooShort: TCheckBox Left = 24 Top = 140 Width = 337 Height = 17 HelpContext = 478 Caption = 'Abort timer when the interval is too short for a complete auto-s' + 'ave' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object CaptureClientOnly: TCheckBox Left = 24 Top = 160 Width = 225 Height = 17 HelpContext = 480 Caption = 'Capture the client area only of a window' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 end object CropIsDefault: TCheckBox Left = 24 Top = 180 Width = 329 Height = 17 HelpContext = 481 Caption = 'Set '#39'Crop tool'#39' (instead of '#39'Zoom tool'#39') to be active after capt' + 'ure' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 end object CanResetCounter: TCheckBox Left = 24 Top = 200 Width = 369 Height = 17 HelpContext = 651 Caption = 'Start incremental filenumbering on 1 every day (when date has ch' + 'anged)' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 7 end object AbortOnEscKey: TCheckBox Left = 24 Top = 120 Width = 273 Height = 17 HelpContext = 482 Caption = 'Abort timer when Shift + Alt + Ctrl + Esc is pressed' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 8 end object UseTray: TCheckBox Left = 24 Top = 100 Width = 273 Height = 17 HelpContext = 493 Caption = 'Put an icon in the system tray when program starts' TabOrder = 9 end end end object Show: TTabSheet Caption = 'Show' object Button6: TButton Left = 200 Top = 272 Width = 75 Height = 25 Caption = 'Defaults' TabOrder = 0 OnClick = ShowClick end object GroupBox9: TGroupBox Left = 24 Top = 24 Width = 449 Height = 139 Caption = ' Showing message boxes: ' TabOrder = 1 object ShowFailure: TCheckBox Left = 26 Top = 26 Width = 249 Height = 17 Caption = 'Show a message if I fail to capture a window ' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object ShowExitWarning: TCheckBox Left = 26 Top = 52 Width = 311 Height = 17 Caption = 'Show a warning when I am about to exit from the program' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object ShowKeyDefs: TCheckBox Left = 26 Top = 78 Width = 217 Height = 17 Caption = 'Show reminder about hot keys usage' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object ShowTimerUsage: TCheckBox Left = 26 Top = 104 Width = 193 Height = 17 Caption = 'Show reminder about timer usage' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end end end end object Panel2: TPanel Left = 0 Top = 347 Width = 515 Height = 40 Align = alBottom BevelOuter = bvNone TabOrder = 1 object RestoreAllButton: TButton Left = 416 Top = 6 Width = 75 Height = 26 HelpContext = 32 Caption = 'Reset...' TabOrder = 0 TabStop = False OnClick = RestoreAllButtonClick end object BitBtn1: TBitBtn Left = 240 Top = 6 Width = 75 Height = 26 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 TabStop = False OnClick = CancelButtonClick Glyph.Data = { CE070000424DCE07000000000000360000002800000024000000120000000100 1800000000009807000000000000000000000000000000000000007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000 7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F 007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F 7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00 00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00 007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F 007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00 7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F 00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F 7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00 7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F 00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F 7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00 7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F 0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00 7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000 7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F 7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F 7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F 007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F 7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00 007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F 007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00 007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F 00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F 7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F 007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F 7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00 7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00 7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F 007F7F007F7F007F7F007F7F007F7F007F7F} NumGlyphs = 2 end object OKBitBtn: TBitBtn Left = 154 Top = 6 Width = 75 Height = 26 TabOrder = 2 TabStop = False Kind = bkOK end end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Filter = 'wave files (*.wav)|*.WAV' Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist] Title = 'Select sound file:' Left = 465 Top = 37 end end